By using the configured table mappings of ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in the segment defined by Paging and in compliance with the Where filter from Oracle.

Read entities are sorted according to the OrderBy criteria.
Name Description
OnConfigureSelectCommand(OracleCommand, OrderBy, Paging) By using the configured table mappings of ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in the segment defined by Paging from the underlying relational data store.

Read entities are sorted according to the OrderBy criteria.
OnConfigureSelectCommand(OracleCommand, Where, OrderBy, Paging) By using the configured table mappings of ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in the segment defined by Paging and in compliance with the Where filter from Oracle.

Read entities are sorted according to the OrderBy criteria.
OnConfigureSelectCommand(TDataCommand) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure an all entity read command from the underlying relational data store. (inherited from ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>).
OnConfigureSelectCommand(TDataCommand, OrderBy) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure an all entity read command from the underlying relational data store.

Read entities are sorted according to the OrderBy criteria. (inherited from ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>).
OnConfigureSelectCommand(TDataCommand, Where) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in compliance with the Where filter from the underlying relational data store. (inherited from ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>).
OnConfigureSelectCommand(TDataCommand, Where, OrderBy) By using the configured table mappings of OnGetMappings, this inversion control method automatically produces an SQL SELECT command that handles the request to configure a read command for all entities in compliance with the Where filter from the underlying relational data store.

Read entities are sorted according to the OrderBy criteria. (inherited from ConfigurationFirstDiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>).
OnConfigureSelectCommand(TDataCommand, OrderBy, Paging) Handles the request to configure select data command suitable for the underlying relational data store. (inherited from DiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>).
OnConfigureSelectCommand(TDataCommand, Where, OrderBy, Paging) Handles the request to configure a select data command suitable for the underlying relational data store. (inherited from DiamantDao<TEntity, TDataContext, TDataCommand, TDataReader>).